home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 737 / prlabel / getafile_protos.h < prev    next >
C/C++ Source or Header  |  1995-03-18  |  349b  |  11 lines

  1. /* Prototypes for functions defined in GetAFile.c */
  2. int GetAFile(struct Library *AslBase,
  3.              struct Window *Wind,
  4.              struct Screen *Scr,
  5.              char *prompt,
  6.              char *fname,
  7.              char *fdir,
  8.              char *fbuff);
  9. static BOOL AslRequestTags(APTR request,
  10.                            ULONG tags, ...);
  11.